Platform Explorer / Nuxeo Platform LTS 2015 7.10

Component org.nuxeo.ecm.core.cache.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.cache.config">

  
  <extension target="org.nuxeo.ecm.core.cache.CacheService"
    point="caches">
    <cache name="default-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <ttl>20</ttl><!-- minutes -->
      <option name="maxSize">100</option>
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-user-entry-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-user-entry-cache-without-references" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-group-entry-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-group-entry-cache-without-references" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-user-entry-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-user-entry-cache-without-references" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-group-entry-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="ldap-group-entry-cache-without-references" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-digestauth-entry-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>

    <cache name="sql-digestauth-entry-cache-without-references" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl">
      <option name="maxSize">100</option>
      <ttl>20</ttl><!-- minutes -->
      <option name="concurrencyLevel">500</option>
    </cache>


  </extension>

</component>